runtime.memRecord.active (field)
17 uses
runtime (current package)
mprof.go#L132: active memRecordCycle
mprof.go#L411: mp.active.add(mpc)
mprof.go#L1031: if inuseZero || mp.active.alloc_bytes != mp.active.free_bytes {
mprof.go#L1034: if mp.active.allocs != 0 || mp.active.frees != 0 {
mprof.go#L1048: mp.active.add(&mp.future[c])
mprof.go#L1052: if inuseZero || mp.active.alloc_bytes != mp.active.free_bytes {
mprof.go#L1061: if inuseZero || mp.active.alloc_bytes != mp.active.free_bytes {
mprof.go#L1063: AllocBytes: int64(mp.active.alloc_bytes),
mprof.go#L1064: FreeBytes: int64(mp.active.free_bytes),
mprof.go#L1065: AllocObjects: int64(mp.active.allocs),
mprof.go#L1066: FreeObjects: int64(mp.active.frees),
mprof.go#L1108: fn(b, b.nstk, &b.stk()[0], b.size, mp.active.allocs, mp.active.frees)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)